Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NReflectionObjectsDataTable<TItem> Class
Members


In This Topic
    NReflectionObjectsDataTable<TItem> Class
    In This Topic
    Serves as base type for data tables that contain objects of a certain type. The contained objects public properties are exposed as fields.
    Object Model
    NReflectionObjectsDataTable<TItem> Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public MustInherit Class NReflectionObjectsDataTable(Of TItem) 
       Inherits NObjectsDataTable(Of TItem)
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NReflectionObjectsDataTable(Of TItem)
    [System.Reflection.DefaultMember("Item")]
    public abstract class NReflectionObjectsDataTable<TItem> : NObjectsDataTable<TItem>, Nevron.Nov.INDeeplyCloneable  
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>
                Nevron.Nov.Data.NGenericIListDataTable<T>
                Nevron.Nov.Data.NGenericINCollectionDataTable<T>
                Nevron.Nov.Data.NIListDataTable

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also